home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / arcers / zpro225.zip / ZIPRPRO.1 / ZIPRPRO.REV < prev   
Text File  |  1995-07-22  |  64KB  |  1,427 lines

  1.                  ZIP'R Professional For DOS Revision History
  2.  
  3.  
  4. 07-22-95 ■ Version 2.25
  5.  
  6.          . Fixed a problem where the calculation to determine free space
  7.            on the computer user's hard drive was not working properly.
  8.            The value being returned was not declared as a "var" parameter.
  9.            This could cause users to see an error message that there was
  10.            insufficient disk space available on their hard drive.  An error
  11.            message would have been displayed, indicating that they needed
  12.            an extreme amount of hard drive space (usually 37.5 megabytes)
  13.            to properly decompress a file.  Users with large amounts of free
  14.            space on their hard drive were not likely to see this problem.
  15.  
  16.          . Fixed a minor, obscure problem where the Update routine was
  17.            called when using Internal ZIP with Update option during the
  18.            first time that a compressed file archive was created.  This
  19.            was not a problem, and did not affect the compressed file, but
  20.            it did waste a small amount of time the first time that an
  21.            archive file was created.
  22.  
  23.          . Clarified an error message that was displayed when attempting
  24.            to execute ARJ.EXE, LHA.EXE, PKZIP.EXE, or PKUNZIP.EXE, and the
  25.            selected compression program could not be found.  The error
  26.            message now instructs users to modify the corresponding path
  27.            on the Compression Paths screen.
  28.  
  29.          . Non-Revision Note: Verified that ZIP'R Pro For DOS cannot trap
  30.            exit codes from DOS programs executed under Windows, unless the
  31.            "Use Command Processor" setting is turned off.
  32.  
  33.          . Expanded on an error message "Could not calculate the hard
  34.            drive space required to successfully decompress this program..."
  35.            to inform the user that this could be due to a corrupt
  36.            compressed file.
  37.  
  38.          . Changed the behavior of ZIP'R Pro when reporting a PKUNZIP
  39.            error #1 or #11 (or ARJ error #2).  Previously, if this error
  40.            was issued, the first message box would pop-up, asking the user
  41.            whether or not he wanted to continue program execution.  After
  42.            this error message was displayed, a second error message would
  43.            pop-up, reporting the error a second time.  Now, if the first
  44.            message box pops up, the second one is not displayed.
  45.  
  46.          . Fixed a minor display issue where text was being truncated
  47.            on a message box that was issued after PKUNZIP reported an
  48.            error #1 or #11 (or after ARJ issued an error #2).  The text
  49.            stated "Do you want to continue pro" (and was cut off),
  50.            instead of stating "Do you want to continue program execution
  51.            now?".
  52.  
  53.          . Added "Exec Process" and "Child Process" to the message boxes
  54.            that report error levels and exit codes after attempting to
  55.            execute the program, IN commands, or OUT commands.  This will
  56.            allow STSI to better track any potential errors reported by
  57.            customers.
  58.  
  59.          . Fixed a problem where corruption would appear in a message box
  60.            after executing a program if the program generated an exit
  61.            code.
  62.  
  63.          . Added an extra check to make sure that users cannot compress their
  64.            \WINDOWS or \WINDOWS\SYSTEM sub-directories when launching and
  65.            recompressing a program.
  66.  
  67.  
  68. 05-24-95 ■ Version 2.24
  69.  
  70.          . Fixed a problem in ZIP'R Pro where attempting to execute
  71.            multiple instances of the same program (on a network or under
  72.            a multitasker) could cause an intermittent problem where
  73.            the first instance would not wait for the second instance
  74.            to close before attempting to compress the selected program.
  75.  
  76.  
  77. 05-23-95 ■ Version 2.23
  78.  
  79.          . Fixed a obscure problem where an archive created with
  80.            PKZIP and recreated/updated using Internal ZIP would delete
  81.            some and/or all files from the compressed file and report the
  82.            error message "Error Compressing ZIP File.  No Matching Files in
  83.            Protocol Transmit".  This problem would occur only if the
  84.            program files were stored in a sub-directory (ie, an alternate
  85.            program parent directory was specified), and the compressed
  86.            file was located in a directory other than the program's main
  87.            directory.
  88.  
  89.  
  90. 05-22-95 ■ Version 2.22
  91.  
  92.          . Completed initial rewrite of ZIP'R Pro.  New code is better
  93.            organized and much easier to understand, allowing us to find
  94.            and fix problems faster, and potentially add new features in
  95.            future releases.  Code rewrite saved approximately 20K in the
  96.            .EXE size and another 21K in the .OVR size.
  97.  
  98.          . Isolated a potential problem with Internal ZIP compression
  99.            (introduced as a result of the previous 2 fixes) where the
  100.            compression routines would attempt to compress the ZIP file
  101.            as it was being created.  Added a routine to cycle through
  102.            all files in the compression list to make sure that the
  103.            ZIP file is not included in the final compression mask list.
  104.  
  105.          . Fixed a problem with Internal ZIP compression where the New
  106.            File List (used for Update mode) was not being created correctly
  107.            when the compressed file was located in a directory other than
  108.            the program's main directory.  This could result in an error
  109.            message "Error Compressing ZIP File.  No Matching Files in
  110.            Protocol Transmit", and the ZIP file would not be updated
  111.            properly.
  112.  
  113.          . Fixed a problem with Internal ZIP compression where the wrong
  114.            files would be included in the ZIP file if the compressed file
  115.            was located in a directory other than the program's main
  116.            directory.  (This could have caused data loss, due to the fact
  117.            that the program files had been deleted, even though they had
  118.            not been added into the ZIP file.  The deleted files could be
  119.            recovered using UNDELETE.)
  120.  
  121.          . Fixed several instances where the compression signal file
  122.            would not be deleted if an error occurred creating and/or
  123.            comparing the file lists (for update mode) during the
  124.            recompression process.
  125.  
  126.          . Fixed two instances where the compression and decompression
  127.            signal files would not be deleted in the event that ZIP'R Pro
  128.            could not locate the compressed file directory.  ZIP'R Pro
  129.            would issue an error message and exit, without deleting the
  130.            signal file that had already been created.
  131.  
  132.          . Removed several unneeded (and unused) variables from the
  133.            program.
  134.  
  135.          . Changed the Selective Extraction, Selective Exclusion,
  136.            IN, OUT, TSR Pre-Program, and TSR Post-Program Commands to
  137.            a more efficient data structure, increasing available memory
  138.            for other operations.
  139.  
  140.          . Changed the standard error background screen from using a
  141.            textured pattern to using a backdrop similar to the one
  142.            found in ZifPro.
  143.  
  144.          . Removed the Accurate File Size Calculation, Cluster Size
  145.            Calculation, and Cluster Size variables from ZIP'R Pro.  The
  146.            cluster size is now calculated automatically, and the disk
  147.            space requirements are calculated based on exact figures, as
  148.            well.
  149.  
  150.          . Added internal support to read the headers out of .ARJ,
  151.            .LHA, and .ZIP files.  This will allow ZIP'R Pro to perform
  152.            disk space requirement calculations internally, without
  153.            needing to shell to each of these programs.  (This added
  154.            about 4K to the EXE size.)
  155.  
  156.          . Started work on MAJOR coding changes and improvements in
  157.            ZIP'R Pro.
  158.  
  159.  
  160. 04-27-95 ■ Version 2.21
  161.  
  162.          . Enhanced the appearance of the headers on the ZIP'R Pro button
  163.            menu and added support for keyboard users to use the F3 key
  164.            to edit the currently highlighted button.
  165.  
  166.          . Added support for a ZIP Decompression Options variable to
  167.            be read and used from the ZPD file.  This value will match the
  168.            ZIP Compression Options value, except that it will exclude the
  169.            settings for "Disable Network Detection" and "Use Slow
  170.            MemCopy", which are not applicable for PKUNZIP.  This new
  171.            value will be passed to PKUNZIP on the command line.
  172.            Previously, the PKZIP/PKUNZIP troubleshooting options were
  173.            being passed to PKZIP on the command line, but not to PKUNZIP.
  174.            This will fix that problem.
  175.  
  176.          . Added support for the new floppy option called "No Action",
  177.            which does not erase the files and directories from the
  178.            floppy diskette before creating a new compressed file.
  179.            (Note: This feature can be dangerous if the user does not
  180.            fully understand what is taking place.  Be sure to read the
  181.            new section in the docs entitled "Compressing To Floppy Disks".)
  182.  
  183.          . Fixed a problem where ZIP'R Pro was not prompting users
  184.            to enter a diskette in the disk drive before compressing
  185.            a program to a floppy diskette in instances where the Query
  186.            option was disabled.  If the user did not have a diskette
  187.            in the drive an "Unknown (or Unhandled) Error" message would
  188.            be displayed.  The diskette prompting screen will now be
  189.            displayed before any program is compressed to a floppy
  190.            drive.
  191.  
  192.          . Created a literal string unit containing all strings that
  193.            are read from the INI and ZPD files and used variable
  194.            references instead of literal strings, reducing the chance
  195.            for typing or spelling errors.
  196.  
  197.          . Reduced the memory requirements for ZIPRPRO.EXE by reducing
  198.            the code size (a couple of unnecessary units were being
  199.            linked into the code).
  200.  
  201.          . Rewrote the reading routines to use some common reading
  202.            functions from our internal STSI libraries.
  203.  
  204.          . Properly disposed of several string pointers that were
  205.            allocated in the errors unit.
  206.  
  207.          . Added minor wording changes to the nag and query screens
  208.            to better direct users what action needs to be taken.
  209.  
  210.          . Removed custom exit procedure which could intermittently
  211.            produce invalid or inaccurate error address results.
  212.  
  213.  
  214. 03-13-95 ■ Version 2.20
  215.  
  216.          . Fixed a problem with internal ZIP compression that occurred
  217.            when the user specified a location for the Compressed File
  218.            that was different than where the program was being executed
  219.            from.  (Various error messages could be noted at the end of
  220.            the compression process.)  Internal ZIP was not changing to
  221.            the compressed file directory before creating the ZIP file,
  222.            causing it to be created in the wrong place.  Made sure that
  223.            new code changes to the compressed file directory before
  224.            creating the compressed file, and changes back to the program
  225.            (parent) directory after the compression process is finished.
  226.  
  227.  
  228. 02-16-95 ■ Version 2.19
  229.  
  230.          . Fixed a problem with internal compression where the error
  231.            "Could not erase the file nnn.ZIP" was being reported at
  232.            the end of the compression process on single-user systems.
  233.            This error message was generated as a result of an unsuccessful
  234.            call to the "SameFile" routine.  Although the error message
  235.            was being issued, this problem should not have affected the
  236.            user's data in any way.  (This error message did not appear
  237.            on network systems.)
  238.  
  239.  
  240. 01-26-95 ■ Version 2.18
  241.  
  242.          . Enabled the use of the arrow keys to move between buttons
  243.            on the button menu.
  244.  
  245.          . Fixed a minor cosmetic problem where the backdrop on the
  246.            button menu was not being redisplayed after the first time
  247.            a .ZPD file is created.
  248.  
  249.          . Made a minor cosmetic change to the ZIP'R Pro button menu
  250.            by changing the slant direction of the text in back of
  251.            the button menu.
  252.  
  253.  
  254. 11-24-94 ■ Version 2.17
  255.  
  256.          . Fixed a major problem where using Internal ZIP compression
  257.            to decompress a file would cause an error "Error opening
  258.            ZIP file.  File access denied".  The compressed file is
  259.            marked read-only at various times by ZIP'R Pro as a
  260.            precautionary measure, to prevent against accidental deletion,
  261.            either by ZIP'R Pro or any other source.  In this instance,
  262.            the compressed file was marked as read-only, but was not
  263.            returned to normal attributes before an attempt was made to
  264.            decompress it.  (This was due to a missing semi-colon after
  265.            a statement that needed to be terminated.)  This problem only
  266.            manifested itself on a true-blue Windows system, not on an
  267.            OS/2 Windows system (WIN-OS2 session).  (Since STSI's main
  268.            beta-testing platform is OS/2, this problem was not detected
  269.            until recently.)
  270.  
  271.          . Fixed an obscure problem where the file closing routine
  272.            for redirected files was not working properly when used
  273.            under Windows NT.  Old routine called Interrupt 21, with
  274.            AH=$3E.  New routine uses Pascal's internal Close command.
  275.            This would produce an error "Unable to create StringArray,
  276.            Status = 5" when calculating the disk space requirements
  277.            for a compressed file (only when the Accurate File Size
  278.            Calculation was set to level 3 or level 4).
  279.  
  280.  
  281. 11-16-94 ■ Version 2.16
  282.  
  283.          . Fixed a significant problem where the screen would be filled
  284.            with garbage characters immediately after trying to execute
  285.            ZIP'R Pro.  This behavior occurred if the Video Display was
  286.            set to Direct screen writes or Auto Detect with an EGA or
  287.            VGA monitor (and only if the prelog screen was supposed to
  288.            be displayed).  The direct screen writing was being done from
  289.            an overlaid unit, which called an assembly language OBJ file,
  290.            thus causing corruption on the screen.  This screen writing
  291.            procedure has been moved into a non-overlaid unit.  (This
  292.            problem was introduced in version 2.15, when overlays were
  293.            added.)
  294.  
  295.  
  296. 11-13-94 ■ Version 2.15
  297.  
  298.          . Overlaid ZIPRPRO.EXE to reduce the memory requirements needed
  299.            to perform operations, especially internal ZIP compression
  300.            and decompression.  Previously, users with memory limited
  301.            systems (less than 512K free before ZIP'R Pro was launched)
  302.            who chose to use internal ZIP compression would experience
  303.            an error #8 (insufficient memory) when compressing programs.
  304.            Now, users with as little as 465K free (before ZIP'R Pro is
  305.            launched) can use internal ZIP compression.
  306.  
  307.            IMPORTANT:  Although ZIP'R Pro only requires 465K of free
  308.            conventional memory, you must have at least enough conventional
  309.            memory to execute the program that is being launched through
  310.            ZIP'R Pro.  For example, if your program requires 540K of free
  311.            conventional memory, you must have at least 550K of free memory
  312.            before launching ZIP'R Pro.  (ZIP'R Pro's overhead, along with
  313.            the secondary command processor consume about 10K of memory.)
  314.            On the other hand, if your program only requires 400K of free
  315.            conventional memory, you must have at least 465K of free memory,
  316.            since this is the amount required by ZIP'R Pro, in order to
  317.            operate properly.
  318.  
  319.          . Stopped using the ERRORS.OPL library file.  Moved all error
  320.            messages back into the main EXE file to reduce the chance for
  321.            loss, corruption, or errors in this file.
  322.  
  323.          . Converted the error numbers given when using internal ZIP
  324.            compression into descriptive error messages.
  325.  
  326.  
  327. 10-28-94 ■ Version 2.14
  328.  
  329.          . Fixed a problem where one of ZIP'R Pro's error messages was
  330.            being truncated on the error message display screen.
  331.  
  332.          . Fixed a problem where the amount of memory being used when
  333.            ZIP'R Pro swapped itself out was much greater than it should
  334.            have been.  (OpExec was being referenced in more than 1 unit.)
  335.            Symptoms of this problem would be programs reporting "Out
  336.            of memory" errors when they were run through ZIP'R Pro.
  337.            As an example, one of our systems reported the following
  338.            figures:
  339.                                                  Old        New
  340.                                                 v2.13      v2.14
  341.  
  342.            Free Conventional Memory            627,840    627,840
  343.            After launching a program           568,640    617,136
  344.            ZIP'R Pro's overhead                 53,520      5,024
  345.  
  346.  
  347. 10-19-94 ■ Version 2.13
  348.  
  349.          . Modified code and documentation to comply with ASP
  350.            standards.  STSI is now an author member of the Association
  351.            of Shareware Professionals!
  352.  
  353.  
  354. 09-09-94 ■ Version 2.12
  355.  
  356.          . Added a command to make sure that the screen is cleared
  357.            after a RunTime error occurs.
  358.  
  359.          . Modified delays / nag screen code to comply with ASP
  360.            standards.  The prelog pause and delay are now entirely
  361.            optional, even in the unregistered version.  However, the
  362.            unregistered version will now display a registration
  363.            reminder screen when entering or exiting from ZIP'R Pro.
  364.  
  365.  
  366. 08-29-94 ■ Version 2.11
  367.  
  368.          . Moved about 225 error messages into a library (stream)
  369.            file, reducing the code size by about 15K.  Made sure
  370.            that ZIP'R Pro issues an appropriate error message if
  371.            the library file can't be located when an error condition
  372.            occurs.
  373.  
  374.          . Corrected a potential problem where the decompression
  375.            signal file was not being deleted at the end of the
  376.            decompression routine when using PKZIP.  The code was
  377.            accurate when using ARJ, LHA, or Internal ZIP, but PKZIP
  378.            code for this procedure was not included.
  379.  
  380.          . Corrected a potential problem where the attributes of the
  381.            compressed file were being set to read-only before attempting
  382.            to decompress it using ARJ, LHA, or PKUNZIP.  Made sure that
  383.            the attributes are set to Normal before decompressing it.
  384.  
  385.          . Streamlined the compression and decompression code by
  386.            combining the common parts of these processes for ARJ, LHA,
  387.            Internal ZIP and PKZIP.
  388.  
  389.  
  390. 08-22-94 ■ Version 2.10
  391.  
  392.          . Added code to make sure that ZIP'R Pro does not attempt
  393.            to display the button menu if no .ZPD files could be
  394.            found in the \ZIPRPRO sub-directory.
  395.  
  396.          . Added a command to reset the window coordintes after a
  397.            user selects a button from the button menu to make sure
  398.            that the DisplayPrelogValues routines write information
  399.            to accurate locations.  (This routine uses absolute screen
  400.            writing, requiring that the window be set to 1,1,80,25.)
  401.  
  402.          . Created two new routines to set the file attributes for
  403.            files to read-only and normal, and replaced numerous
  404.            instances in the code where the file was being manually
  405.            reset to specific attributes.
  406.  
  407.          . Corrected a potential problem where file attributes could
  408.            have been set on a non-existent compressed file.
  409.  
  410.          . Added support for the new button style menu to re-read the
  411.            directory after returning from executing the ZIF Editor.
  412.            In the event that files are created or deleted from the
  413.            ZIP'R Pro directory, ZIP'R Pro will regenerate the dialog
  414.            box to display an accurate collection of buttons.
  415.  
  416.          . Added a button style interface to ZIP'R Pro to make it more
  417.            user friendly.  When "ZIPRPRO.EXE" is executed without any
  418.            passed parameters, the new menu interface will pop up and
  419.            display a list of all available .ZPD files.  Users can click
  420.            the left mouse button over a push button to execute the
  421.            corresponding program, or they can click the right mouse
  422.            button over a push button to invoke the ZIF Editor and edit
  423.            the corresponding file.
  424.  
  425.  
  426. 08-16-94 ■ Version 2.03
  427.  
  428.          . Fixed a major problem when using internal ZIP compression.
  429.            When attempting to recompress a program using the Update
  430.            option, users would receive an Error Number 5, (File Access
  431.            Denied).  The compressed file had been marked as read-only, and
  432.            therefore could not be initialized for any other action.  This
  433.            error condition did not appear when using a Novell network, so
  434.            internal beta-testing efforts did not catch the problem.  Added
  435.            code to make sure the compressed file's attributes were properly
  436.            set before any action to the file is attempted.
  437.  
  438.          . Updated the version number code in the registration
  439.            procedure.
  440.  
  441.          . Fixed several Clear-Screen problems by replacing the
  442.            built-in Clear-Screen command with a custom routine
  443.            that resets the Window to 1,1, 80,25.
  444.  
  445.  
  446. 07-18-94 ■ Version 2.02
  447.  
  448.          . Enhanced ZIP'R Pro's ability to handle "overwrite" error
  449.            messages generated by PKUNZIP.EXE or ARJ.EXE.  When either
  450.            of these programs detects a file on the hard drive that
  451.            already exists in the compressed file, they will issue an
  452.            overwrite message, prompting the user whether or not the
  453.            file should be replaced with the one located in the
  454.            compressed file.  Each of these programs will then generate
  455.            an exit code, which normally causes ZIP'R Pro to cease the
  456.            program execution and terminate.  Since these errors are
  457.            non-fatal errors, ZIP'R Pro now offers users the choice of
  458.            whether to continue with normal program execution or not.
  459.  
  460.            Why is this necessary?  The most common need for this feature
  461.            is when programs such as Central Point Anti-Virus or Microsoft
  462.            Anti-Virus place "CHKLIST.CPS" or "CHKLIST.MS" files in each
  463.            directory when a virus scan is executed on a user's computer.
  464.            The first time this happens, the compressor (PKZIP, for example)
  465.            adds the left-over virus file into the archive.  The next time
  466.            a virus scan is executed, PKUNZIP detects that a file by the
  467.            same name exists in the program directory, generates an exit
  468.            code, and thus causes ZIP'R Pro to terminate execution.  (This
  469.            could prove to be frustrating, since a file by this name is
  470.            placed in EVERY scanned directory.)  ZIP'R Pro will now detect
  471.            if an overwrite message occurs, and will display a message
  472.            box, allowing the user the option of whether to continue
  473.            with the normal program execution or not.
  474.  
  475.  
  476.          . Fixed a problem where ZIP'R Pro was not trapping and
  477.            reporting errors that occurred during the decompression
  478.            process.  Instead, ZIP'R Pro would simply error out, and
  479.            terminate program execution.  (This bug was introduced
  480.            in version 2.00.)
  481.  
  482.  
  483. 07-11-94 ■ Version 2.01
  484.  
  485.          . Version 2.01 of ZIP'R Pro contains an updated INSTALL.EXE
  486.            file.  One of our users reported that InocuLAN (by Cheyenne
  487.            Software) was reporting an occurrence of the Tony-H virus in
  488.            the INSTALL.EXE file.  We believe this was a false-positive
  489.            report, and not cause for alarm.  However, we are releasing
  490.            ZIP'R Pro 2.01 with the INSTALL.EXE file in uncompressed
  491.            format.  Also, the file BONUS.DOC has been removed.
  492.  
  493.  
  494. 06-29-94 ■ Version 2.00
  495.  
  496.          . Added support for a user-specified compression mode.
  497.            Valid values are BestMethod, Deflate, Implode, Shrink,
  498.            and Store.
  499.  
  500.          . Added support for a user-specified deflate level when
  501.            using internal ZIP compression.
  502.  
  503.          . Added support for user-specified implode values when using
  504.            internal ZIP compression.
  505.  
  506.          . Converted the ClrScr w/Error Message calls to use the
  507.            HandleError procedure.
  508.  
  509.          . Changed the ProcessErrorCode procedure to a function.
  510.  
  511.          . Modified the HandleError procedure to allow it to process
  512.            error codes that must be passed to the ShowErrorMessage
  513.            procedure.
  514.  
  515.          . Changed the DeletedFiles variable in the COMP unit from a
  516.            literal string to a boolean.
  517.  
  518.          . Changed the MatchingFileFound variable in the COMP unit from
  519.            a literal string to a boolean.
  520.  
  521.          . Added code to only display the gauge window when necessary and
  522.            resize the compression window depending on whether the gauge
  523.            window is displayed or not.
  524.  
  525.          . Changed gauge window display to be indented rather than out-
  526.            dented.
  527.  
  528.          . Added a fail-safe check to the DeleteAllFilesExcept routine
  529.            to make sure that the current directory is not the root
  530.            directory of a hard drive.
  531.  
  532.          . Added a fail-safe check to make sure that the Accurate File
  533.            Size Calculation displays Level 4 on the prelog screen when
  534.            Internal ZIP is being used.  (With Internal ZIP, all calculations
  535.            are 100% accurate.)
  536.  
  537.          . Changed the directory existence checks to use a procedure from
  538.            a commercial library, instead of our own STSI library.  Our
  539.            procedure was not handling root directories properly.
  540.  
  541.          . Added code to read the current entry when decompressing a .ZIP
  542.            file with the Internal ZIP code.  New code makes sure that any
  543.            imbedded directories are created if they do not exist.  Any
  544.            directory entries contained without files are discarded.  This
  545.            allows more complete compatibility with PKWare's PKZIP.  Previous
  546.            code would cause a decompression error to occur.
  547.  
  548.          . Moved all of the DrawHeader and DrawCompressionScreen calls inside
  549.            of the ZPExec routine, where possible.  This fixed a problem where
  550.            incorrect messages were sometimes displayed during the compression
  551.            or decompression processes.
  552.  
  553.          . Fixed several issues relating to the display of the decompression
  554.            query box that pops up when a duplicate file exists on the hard
  555.            drive.  Widened the available display for the filename and
  556.            potential directory entry, and added fail-safe code to truncate
  557.            these on the left side if they get too long.
  558.  
  559.          . Modified the remaining routines in the COMP, DECOMP, and
  560.            EXECUTE units to use the HandleError procedure.
  561.  
  562.          . Created a common procedure in the COMP unit to contain the
  563.            compression signal file related detection and creation
  564.            code.
  565.  
  566.  
  567. 06-20-94 ■ Version 1.28  (Internal BETA Version - Not Released!)
  568.  
  569.          . Fixed a problem where the screen was not being cleared after
  570.            windowed decompression.  Added a reset of the screen and
  571.            color output.
  572.  
  573.          . Modified shadows on compression and decompression screens
  574.            to be completely black.
  575.  
  576.          . Added a command to reset the Window coordinates before
  577.            attempting to write the file count or twirling bars display
  578.            to the screen.  After adding several window-relative routines,
  579.            both displays were being written to a relative window, instead
  580.            of the absolute screen coordinates.
  581.  
  582.          . Fixed a problem where the title and copyright notice on the
  583.            Query screen started "disappearing" after other Internal
  584.            ZIP windowing routines had been implemented.  Used window-
  585.            relative screen writing instead of absolute screen writing.
  586.  
  587.          . Created a textured background screen for the Internal ZIP
  588.            compression and decompression windows.
  589.  
  590.          . Added a "Moving files.  Please wait!" header to the display
  591.            screen when files are being deleted after the compression
  592.            process.
  593.  
  594.          . Added a call to the UpdateGaugeWindow procedure during the
  595.            file deletion process to provide a visual progress indicator.
  596.  
  597.          . Altered the DeleteAllFilesExcept procedure to use a direct
  598.            directory search to delete files, instead of a FileMaskList
  599.            generated from the original archive file.  This allows the
  600.            procedure to work in all situations.
  601.  
  602.          . Changed the name of the stDeleteFilesIntZIP procedure to
  603.            DeleteAllFilesExcept.
  604.  
  605.          . Created a header window to be used for displaying status
  606.            messages during the compression / decompression processes.
  607.            This replaces old code which simple used absolute screen
  608.            writing.
  609.  
  610.          . Added a bar graph and compression/decompression window
  611.            to be used when Internal ZIP is used as the compression
  612.            type for a program.  The bar graph is updated depending on
  613.            the current file vs. the total files to be compressed or
  614.            the total files located inside the ZIP file.
  615.  
  616.          . Created a common HandleError procedure in the Errors unit
  617.            to centralize the compression/decompression error handling.
  618.  
  619.          . Created a common LaunchExternalDecompressor procedure in the
  620.            Decomp unit, reducing final .EXE code size by about 2K.
  621.  
  622.          . Worked around a problem where an empty sub-directory would
  623.            cause an error #2 during the compression process (File Not
  624.            Found).
  625.  
  626.          . Set up a file counter to keep track of the total number
  627.            of files that will be compressed into the internal ZIP
  628.            generated file.
  629.  
  630.          . Enabled sub-directory creation during internal ZIP
  631.            decompression.
  632.  
  633.          . Added code to recurse sub-directories during the internal
  634.            ZIP compression process.
  635.  
  636.          . Made sure that the compression and decompression signal
  637.            files are erased if an error occurs during internal ZIP
  638.            compression or decompression.
  639.  
  640.          . Added code to call the Done routine if an error occurs
  641.            during the internal ZIP compression / decompression
  642.            processes.
  643.  
  644.          . Created a routine to calculate the exact disk space
  645.            needed for extracting a ZIP file when using the
  646.            internal ZIP compression / decompression routines.
  647.  
  648.          . Added preliminary support for internal PKZIP 2.0
  649.            compatible compression and decompression.
  650.  
  651.  
  652. 06-10-94 ■ Version 1.27
  653.  
  654.          . No coding changes.
  655.  
  656.  
  657. 05-26-94 ■ Version 1.26
  658.  
  659.          . Changed the AddBackSlash procedure to stAddBackSlash
  660.            when generating the ZIPRProPath.  stAddBackSlash adds
  661.            a backslash when the last character in the path is a
  662.            colon.
  663.  
  664.          . Modified the behavior of the prelog screen display
  665.            to prevent the screen from being displayed if the
  666.            PrelogDelay was set to 0.
  667.  
  668.          . Fixed a problem where the prelog screen was being
  669.            displayed when the PrelogType was set to NONE.
  670.  
  671.          . Changed all "Halt" statements to "stHalt(?)", where
  672.            ? is the ERRORLEVEL.
  673.  
  674.          . Changed an error message in the DECOMP unit to use
  675.            an stTVMessageBox.
  676.  
  677.  
  678.  
  679. 04-22-94 ■ Version 1.25
  680.  
  681.          . No modifications.  (See ZIFPRO.REV for modifications
  682.            to the ZIF Editor Pro.
  683.  
  684.  
  685. 03-26-94 ■ Version 1.24
  686.  
  687.          . Removed all /CLEANUP option code from ZIPRPRO.  This
  688.            option is now available from the ZIF Editor.  A code
  689.            size reduction of about 11K was achieved.
  690.  
  691.          . Modified code so that ZIP'R Pro does not execute the
  692.            program when the /TEST parameter is being used.  It
  693.            simply displays the parameters and exits.
  694.  
  695.          . Changed the "TEST" parameter to "/TEST".
  696.  
  697.          . Fixed a problem where the compression signal file
  698.            was not being deleted if an error occured while
  699.            attempting to test the archive integrity.
  700.  
  701.          . Fixed a problem where an error message was not being
  702.            issued if a compression or decompression signal file was
  703.            detected.  ZIPRPRO would simply exit, with no warning.
  704.  
  705.          . Created enumerated types for PrelogType and
  706.            RegisteredVersion, replacing the literal strings used
  707.            previously.
  708.  
  709.          . Re-worked the INI and ZIF test display procedures to
  710.            use string arrays.  This change reduced the code
  711.            size slightly, and substantially reduced the complexity
  712.            of these procedures.
  713.  
  714.          . Converted the ScanActivityIndicator string variable
  715.            to an enumerated type.  Corrected a problem where a
  716.            mis-spelling of a literal string could have caused
  717.            the Twirling Bars to fail to work.
  718.  
  719.          . Added a common function to search for ARJ, LHA,
  720.            PKZIP, and PKUNZIP in their respective paths, the
  721.            ZIP'R Pro path, and the DOS PATH before calling
  722.            any of these programs.  The common function reduced
  723.            the code size by .5K.
  724.  
  725.          . Modified code to check for the existence of a backslash
  726.            at the end of the ARJ, LHA, and ZIP paths after they
  727.            are read from the .INI file.  If a trailing backslash
  728.            is not detected, one is added.
  729.  
  730.  
  731. 03-10-94 ■ Version 1.23
  732.  
  733.          . Modified an error message about the program parent
  734.            directory not being present to be more accurate by
  735.            stating that either the program parent directory or
  736.            the main program directory is not present.
  737.  
  738.          . Converted the FloppyFormat variable to an enumerated
  739.            type within the code for easier variable-checking.
  740.  
  741.          . Added a ZPExec procedure that contains all compression
  742.            and decompression related Exec functions.  (Code size
  743.            reduction of 6.5K.)
  744.  
  745.          . Moved several boolean variables into the INI and ZIF
  746.            records, to make the code more concise.
  747.  
  748.          . Changed the default value for SubdirectoryDeletion to
  749.            True.
  750.  
  751.          . Changed If..Else If statments in Errors unit to a Case
  752.            statement to make the code shorter and more concise.
  753.  
  754.          . Moved all common string literal declarations into a new
  755.            ZPSTRING unit.
  756.  
  757.          . Increased the estimated string array size for Exclude,
  758.            Extract, IN, OUT, TSRPre, and TSRPost commands.
  759.  
  760.          . Converted CompressionType literal strings to an
  761.            enumerated type.
  762.  
  763.          . Changed all error message strings that were passed as
  764.            variables to a global routine into an enumerated type.
  765.            This allows automatic compiler validation, and shortened
  766.            the code by over 10K.
  767.  
  768.  
  769. 03-03-94 ■ Version 1.22
  770.  
  771.          . Added 3D effects to query and error screen dialog boxes.
  772.  
  773.          . Added an IOResult check and corresponding error message
  774.            if the ProgramParent directory can not be successfully
  775.            created on a RAM Disk.
  776.  
  777.          . Circumvented a potential problem in the compression and
  778.            decompression routines where a default value for the
  779.            Compression and Decompression Swap parameters was not
  780.            being set.  The compression procedure would issue an
  781.            error message under this circumstance.  Altered the
  782.            code to provide a fail-safe parameter assignment.
  783.  
  784.          . Corrected a problem in the ARJ Decompression procedure
  785.            where the "Default" Decompression Swap parameter was
  786.            not being read.
  787.  
  788.          . Added code to convert the ZIPRPROPath to upper case.
  789.  
  790.          . Removed several "EraseDecompressionSignalFile"
  791.            statements from the beginning of the DecompressZipFile
  792.            procedure.  This file had not yet been created at
  793.            this point in the procedure.
  794.  
  795.          . Corrected a problem where the update option was not
  796.            working properly.  (Broken in 1.22, not released.)
  797.  
  798.          . Fixed a problem where a runtime error 202 would occur
  799.            if the file PKUNZIP.EXE could not be found.  The
  800.            runtime error would be issued prior to displaying the
  801.            error message from ZIPRPRO.  (Increased stack.)
  802.  
  803.          . Added automatic ProgramParent directory creation if
  804.            extracting to a RAM disk.
  805.  
  806.          . Added preliminary support for extraction to a RAM disk.
  807.  
  808.          . Corrected a problem where an error message would be
  809.            issued if the "Program" directory did not exist.  This
  810.            created a problem if a "Program Parent" directory was
  811.            specified, since the program directory might not exist
  812.            under this circumstance.
  813.  
  814.          . Corrected a problem where the .N?? file was not being
  815.            deleted if errors were detected when checking the
  816.            validity of the values in the .INI and .ZIF files.
  817.  
  818.          . Shortened several code segments by using better coding
  819.            techniques.
  820.  
  821.          . Corrected a potential problem where the .SXT signal
  822.            file could be mistakenly deleted by ZIPRPRO.
  823.  
  824.          . Combined the Done and DoneNoSXTDelete routines into a
  825.            common procedure.  Added an enumerated type variable
  826.            to pass to this procedure, informing it of any
  827.            restrictions to observe.
  828.  
  829.  
  830. 02-26-94 ■ Version 1.21
  831.  
  832.          . Corrected minor spacing / carriage return problems on
  833.            dialog box (Query) screens.
  834.  
  835.          . Corrected a potential problem where the /CLEANUP option
  836.            would delete files in the current directory, not the
  837.            ZIPRPRO sub-directory, if launched from a directory
  838.            other than the ZIPRPRO sub-directory.
  839.  
  840.          . Corrected a problem where a runtime error 2 would occur
  841.            in the CreateSubDirectoriesUnderOS2 procedure, because
  842.            an Else statement was omitted.
  843.  
  844.          . Streamlined the code by creating two erase file routines
  845.            to replace the separate erase routines used previously.
  846.  
  847.  
  848. 02-16-94 ■ Version 1.20
  849.  
  850.          . Fixed a major problem where the original .ZIP file
  851.            could be deleted if the executable file could not be
  852.            found and update option was enabled.  (Data loss could
  853.            occur in this situation, especially if Selective
  854.            Extraction or Selective Exclusion was enabled.)
  855.  
  856.          . Added support to erase the *.DFL, *.NFL, *.OFL, and
  857.            *.DIR files when using the /Cleanup option.
  858.  
  859.          . Added support to manually create subdirectories when
  860.            operating under OS/2.  This option will circumvent a
  861.            potential problem where PKUNZIP cannot create sub-
  862.            directories under OS/2.  (This problem has been reported
  863.            to PKWare.)
  864.  
  865.          . Updated IFDEF and IFNDEF statements throughout the code
  866.            to minimize code size for each module.
  867.  
  868.          . Moved several string pointer variables into the INI and
  869.            ZIF record variables.
  870.  
  871.          . Reduced the ARJ and LHA default memory requirements
  872.            to more realistic levels.
  873.  
  874.          . Re-compiled with updated libraries.
  875.  
  876.          . Corrected a problem in the stTV3ChoiceBox procedure
  877.            that caused the box to be too narrow to properly
  878.            center a long header.
  879.  
  880.          . Added support to display the Command Processor and
  881.            ZIP'R Pro Path information in the new style message
  882.            boxes.
  883.  
  884.          . Corrected a problem where the TestFlag boolean was
  885.            not being set early enough in the code to display
  886.            the INI Parameters screen.  (%2 = TEST)
  887.  
  888.          . Added support to display the .INI Parameters in the
  889.            new style message boxes.
  890.  
  891.          . Added all missing .ZPD Parameters to the ZPD Parameter
  892.            display procedure.  Added code to display the first
  893.            10 INCommands, OUTCommands, ExcludeFiles, ExtractFiles,
  894.            TSRPreProgramCommands, and TSRPostProgramCommands.
  895.  
  896.          . Added support to read old style .ZPD files, prior
  897.            to current version.  (Set internal flags if the new
  898.            UseINCommands, UseOUTCommands, UseTSRPreCommands,
  899.            and UseTSRPostCommands variables could not be found
  900.            in the .ZPD file.)
  901.  
  902.          . Added support to display the .ZPD Parameters in the
  903.            new style message boxes.
  904.  
  905.          . Fixed a problem in the stTV3ChoiceBox procedure, that
  906.            caused a system hang if the maximum number of lines
  907.            exceeded the pre-defined limit.
  908.  
  909.          . Added support to read UseINCommands, UseOUTCommands,
  910.            UseTSRPreCommands, and UseTSRPostCommands variables
  911.            from the .ZPD file.
  912.  
  913.  
  914. 01-30-94 ■ Version 1.19a  (Internal Release)
  915.  
  916.          . Corrected a problem where the swap file name was not
  917.            being passed to the swapping exec procedure.  (This
  918.            problem was introduced, in version 1.20, when the
  919.            common exec swapping functions were created.)
  920.  
  921.          . Added support to specify whether EMS memory is to be
  922.            used over XMS memory for the swapping exec procedure.
  923.            The default behavior is to use EMS first, but may be
  924.            overridden.
  925.  
  926.          . Added support to swap to XMS memory during program
  927.            execution, if available.  Previously, only EMS or
  928.            disk was used for the swap file.
  929.  
  930.          . Modified the swapping-related procedure calls to force
  931.            a swap (default) as a fail-safe procedure.
  932.  
  933.          . Modified the WindowedCompression and WindowedDecompression
  934.            procedure calls to automatically force windowed mode
  935.            (default) as a fail-safe procedure.
  936.  
  937.          . Converted all execute calls to use the new procedures.
  938.  
  939.          . Removed the STSI2 unit from the uses clause to prevent
  940.            unnecessary compilation.
  941.  
  942.          . Corrected a problem where the swap file (.SWF extension)
  943.            was not being erased when the /Cleanup option was
  944.            specified.  (This file has the system attribute set.)
  945.  
  946.          . Created common execution functions to reduce code
  947.            size and complexity.
  948.  
  949.          . Corrected a potential problem where the compressed
  950.            file could have been deleted, if an incorrect value
  951.            for CompressionSwap or DecompressionSwap was read from
  952.            the .INI file.
  953.  
  954.          . Converted the internal SortedExtraction variable
  955.            to a Boolean type.
  956.  
  957.          . Corrected a problem where the .INI file was not
  958.            being read prior to checking the cleanup password.
  959.  
  960.          . Changed the behavior of the cleanup password
  961.            procedure to not prompt for a password if the
  962.            password is blank.
  963.  
  964.          . Converted internal WindowedCompression and
  965.            WindowedDecompression variables to Boolean types.
  966.  
  967.          . Reduced the memory requirement default values for
  968.            PKZIP and PKUNZIP.  (New default swapping option will
  969.            be added to the ZIF Editor.)
  970.  
  971.          . Re-worked the .INI and .ZIF read routines to make the
  972.            code faster and more concise.
  973.  
  974.          . Added support for the new INIVersion, ZIFVersion,
  975.            UseDiskForExecSwap, UseEMSForExecSwap, and
  976.            UseXMSForExecSwap parameters.
  977.  
  978.          . Re-arranged the order and placement of passed parameter
  979.            related code, to allow the disposal of unnecessary
  980.            pointer variables.
  981.  
  982.          . Modified dialog box code to allow centering or left
  983.            justification.
  984.  
  985.          . Changed all error messages to be displayed using the
  986.            new style dialog boxes.
  987.  
  988.          . Converted all query screens to the new style.
  989.            Corrected various punctuation problems in the text
  990.            of the new screens.
  991.  
  992.          . Modified cleanup password field to automatically
  993.            convert characters entered to upper case.
  994.  
  995.          . Corrected a problem in the swapping Exec routines
  996.            where the executed program would hang.  (This problem
  997.            was caused by the mouse handler routines not being
  998.            disabled before performing the swap, and was introduced
  999.            in version 1.20.)
  1000.  
  1001.          . Added password protection for the /Cleanup option.
  1002.  
  1003.          . Updated prelog screen to show the amount of Heap memory
  1004.            available.
  1005.  
  1006.  
  1007. 01-20-94 ■ Version 1.19
  1008.  
  1009.          . Added additional error messages for new error checking
  1010.            procedures, and corrected a typo in a separate error
  1011.            message.
  1012.  
  1013.          . Enhanced the conventional memory available routine to
  1014.            provide a more accurate estimate of the amount of
  1015.            conventional memory available on the system.  (This
  1016.            figure approximates the free memory reported by MEM.)
  1017.  
  1018.          . Corrected a problem where the logic controlling the
  1019.            loading of a command processor was backwards when
  1020.            executing a .BAT or .BTM file
  1021.  
  1022.          . Added a check to force a command processor to be
  1023.            loaded if the program to be executed contains a
  1024.            .BAT or .BTM extension.
  1025.  
  1026.          . Added support to execute the desired program without
  1027.            loading a command processor first.  This increases
  1028.            the memory available to the program by about 3-5K.
  1029.  
  1030.          . Removed unnecessary "Continue" statements from the
  1031.            INI and ZIF file read routines.
  1032.  
  1033.          . Converted internal string pointer variables to use
  1034.            INI and ZIF records.
  1035.  
  1036.          . Added support in the TSR Container file section to
  1037.            use the AlternateEXELaunchDirectory feature.
  1038.  
  1039.          . Fixed a problem where the "CALL" statement was not
  1040.            being placed in front of the program name in the TSR
  1041.            Container file if the Parameters field was blank.
  1042.  
  1043.          . Corrected a potential problem where the current drive
  1044.            and directory was not being set prior to executing
  1045.            OUT commands.  This could have been a problem if the
  1046.            current drive and/or directory was changed during
  1047.            program execution, such as when shelling to DOS.
  1048.  
  1049.          . Added support for an alternate EXE launch directory
  1050.            to make it possible to launch a program from a
  1051.            directory other than the one in which the executable
  1052.            file resides.  (The program does NOT have to be an
  1053.            EXE file.)  This feature allows programs, such as
  1054.            Microsoft Works, Borland Pascal, and others, to be
  1055.            executed from a data subdirectory.
  1056.  
  1057.          . Added preliminary support for string encryption and
  1058.            decryption.
  1059.  
  1060.  
  1061. 01-06-94 ■ Version 1.18
  1062.  
  1063.          . Improved the Conventional memory estimate on the
  1064.            prelog screen to more accurately reflect the amount
  1065.            of memory available after swapping.
  1066.  
  1067.          . Updated the BIOS screens to match the direct-write
  1068.            screens.
  1069.  
  1070.          . Added support for AUTO, DIRECT, and BIOS screen write
  1071.            modes.  This should help to solve any screen-related
  1072.            compatibility problems that might exist.
  1073.  
  1074.          . Added video mode detection when using the AUTO screen
  1075.            writes option.
  1076.  
  1077.          . Updated the prelog screen to display the status of the
  1078.            Use Atomic Lock Files option.
  1079.  
  1080.          . Updated the prelog screen to display the Selective
  1081.            Extraction (SXT) and Selective Exclusion (SXC) entries
  1082.            separately.  (If either option is disabled, the
  1083.            corresponding entry count will be 0.)
  1084.  
  1085.          . Updated the prelog screen to display the status of the
  1086.            new Subdirectory Deletion option.
  1087.  
  1088.          . Added support to NOT delete sub-directories when using
  1089.            PKZIP v2.04g.  This switch is necessary when an OS/2
  1090.            system is operating on a network in combination with
  1091.            other systems.  Due to some sort of conflict, sub-
  1092.            directories can not be re-created under OS/2.  (Unsure
  1093.            whether this is an OS/2, NetWare Requester, or PKZIP
  1094.            caused problem.)  This switch can only be used with
  1095.            PKZIP v2.04g.
  1096.  
  1097.          . Added preliminary support for compression program version
  1098.            number tracking.  Future versions of ZIP'R Professional
  1099.            may support compression program features that might not
  1100.            be available in previous versions of the compression
  1101.            program.
  1102.  
  1103.          . Corrected an alignment problem on the FileCount indicator.
  1104.  
  1105.          . Added a FileCount / Twirling Bar indicator to the AFSC
  1106.            Level 4 screen to display the progress of the file size
  1107.            scanning.  (Due to the high scanning speed, this feature
  1108.            will be useful only on compressed files with an extremely
  1109.            high number of files.)
  1110.  
  1111.  
  1112. 01-01-94 ■ Version 1.17
  1113.  
  1114.          . Corrected a problem where .SXT signal files were not
  1115.            being deleted when the /CLEANUP switch was used.
  1116.  
  1117.          . Corrected a possible ambiguity in the ExecDOS error
  1118.            messages.  (#-5 changed to # -5.)
  1119.  
  1120.          . Updated the AFSC routines to use integer division, which
  1121.            eliminates the extra rounding step needed for reals.
  1122.  
  1123.          . Corrected a problem in the AFSC Level 4 (ZIP) calculation
  1124.            procedure that would cause erroneous calculations.  (The
  1125.            file size returned would always be 0.)
  1126.  
  1127.  
  1128. 12-27-93 ■ Version 1.16
  1129.  
  1130.          . Fixed a problem where an extra hyphen was being prepended
  1131.            to the compression command line.
  1132.  
  1133.          . Added CompressionOptions support to the ARJ and LHA
  1134.            compression procedures.  (LHA does not currently support
  1135.            this feature.)
  1136.  
  1137.          . Fixed a problem where the CompressionOptions field in the
  1138.            .ZPD file was not being passed to PKZIP.
  1139.  
  1140.          . Fixed a minor problem where ".ZIP" was hard-coded onto the
  1141.            Query For Compression screen.  If ARJ or LHA was being used,
  1142.            the screen would still say that the resulting compressed file
  1143.            would have a .ZIP extension.
  1144.  
  1145.          . Added an additional check for PKZIP.EXE before decompressing
  1146.            a .ZIP file when using Selective Extraction or Selective
  1147.            Exclusion.  This is important, because when these options are
  1148.            enabled, the program MUST be re-compressed to preserve all
  1149.            data files.
  1150.  
  1151.          . Fixed a potential problem where the existence of PKZIP.EXE
  1152.            was not being verified before deleting files from the
  1153.            original .ZIP file.
  1154.  
  1155.          . Fixed a potential problem where ZIP'R Professional was not
  1156.            verifying the existence of PKUNZIP.EXE and PKZIP.EXE before
  1157.            attempting to create the temporary file lists.
  1158.  
  1159.          . Added an additional check to attempt to locate the selected
  1160.            compressor on the DOS PATH.  ZIP'R Professional will use the
  1161.            path specified in the ZIPRPRO.INI file if the program exists.
  1162.            If the program cannot be found, the ZIPRPRO directory is
  1163.            searched.  If this search fails, the DOS PATH is searched.
  1164.  
  1165.  
  1166. 12-25-93 ■ Version 1.15
  1167.  
  1168.          . Cleaned up some internal routines related to cleaning up
  1169.            signal files before exiting ZIP'R Professional.
  1170.  
  1171.          . Changed the .ZPD and .INI file read routines to reduce
  1172.            overhead and increase speed.
  1173.  
  1174.  
  1175. 12-22-93 ■ Version 1.14
  1176.  
  1177.          . Added error reporting to the error trapping sections of
  1178.            the IN Command, Program, and OUT Command routines.  If an
  1179.            error is detected in any of these routines, ZIP'R Pro will
  1180.            report the error and query the user whether to continue.
  1181.            The error reporting routines will also report whether the
  1182.            error was generated by the command processor (Error Code)
  1183.            or by the IN Command, OUT Command, or Program (Exit Code).
  1184.  
  1185.          . Corrected a problem in the Accurate File Size Calculation
  1186.            routines where the selective extraction and exclusion
  1187.            entries were still being used, even if the file was being
  1188.            decompressed from a floppy disk.
  1189.  
  1190.          . Fixed a major problem where data loss could occur if the
  1191.            compressed file was stored on a floppy diskette, and
  1192.            selective extraction or selective exclusion was enabled.
  1193.            This is a rather rare combination of options, but since
  1194.            data loss is likely, it is prudent to upgrade previous
  1195.            versions of ZIP'R Professional For DOS.
  1196.  
  1197.          . Corrected a problem where the cursor would disappear
  1198.            following some query screens.
  1199.  
  1200.          . Added /CLEANUP option to erase all signal files from the
  1201.            ZIPRPRO sub-directory.  This option should be used with
  1202.            care to ensure that no other processes are using ZIP'R
  1203.            Professional.
  1204.  
  1205.  
  1206. 12-20-93 ■ Version 1.13
  1207.  
  1208.          . Corrected a problem where a program that is executed
  1209.            using a batch file, that also used a TSR container file
  1210.            would not return control to ZIP'R Professional for
  1211.            re-compression.  The solution was to "CALL" the batch
  1212.            file from the TSR container file.
  1213.  
  1214.          . Corrected a problem where the Decompression Signal File
  1215.            might not get deleted under some error situations.
  1216.  
  1217.          . Completed the transfer of code to common units to allow
  1218.            code sharing between different components of the ZIP'R
  1219.            Professional series of programs.
  1220.  
  1221.          . Added conditional defines to allow code sharing between
  1222.            ZIP'R Professional For DOS and the ZProcessor component
  1223.            of ZIP'R Professional For Windows.
  1224.  
  1225.          . Isolated a problem creating sub-directories under OS/2
  1226.            to the use of "Global" network sessions.  The Novell
  1227.            OS/2 requestor handles directory creation differently
  1228.            under global or private network sessions.  ZIP'R Pro
  1229.            should be used in a private session if sub-directories
  1230.            must be re-created.
  1231.  
  1232.          . Checked into a potential problem with AFSC Level 4 if
  1233.            the lines were too long, and wrapped on the screen.
  1234.            The function used to handle the string to long integer
  1235.            conversion correctly handles this situation, and ignores
  1236.            any strings that it can't convert.  No action necessary.
  1237.  
  1238.  
  1239. 12-05-93 ■ Version 1.12
  1240.  
  1241.          . Added error checking to make sure that compression
  1242.            cannot occur to floppy drives unless the compression
  1243.            program being used is PKZIP.  (Other compression
  1244.            programs do not currently support spanning floppies.)
  1245.  
  1246.          . Changed the way ZIP'R Professional deals with the
  1247.            attributes of a compressed file that resides on a
  1248.            floppy diskette.  The attributes of these files
  1249.            will not be changed, since we do not know which
  1250.            diskette is in the drive, and multiple diskettes
  1251.            may be required to store the compressed file.
  1252.  
  1253.          . Fixed a problem with floppy compression where the
  1254.            query for compression floppy diskette was occurring
  1255.            too late.  This caused programs to be compressed
  1256.            to floppy diskettes properly, but they could not be
  1257.            decompressed.  (After further checking, the programs
  1258.            could be decompressed, but the prompt for the
  1259.            decompression floppy disk was in the wrong position.
  1260.            A work-around was to simply make sure that the disk
  1261.            was in the drive.)
  1262.  
  1263.          . Added Compress/Decompress and TSR Entries indicators
  1264.            to prelog screen.  Separated Net/Multi to be two
  1265.            separate indicators, and added code to detect them
  1266.            individually.
  1267.  
  1268.          . Added a program halt command following the error
  1269.            message display if the ZIPRPRO.INI file cannot be
  1270.            found.
  1271.  
  1272.          . Corrected a problem where the .ZIP file was not
  1273.            being deleted if Update mode and Compress/Decompress
  1274.            only mode were enabled.
  1275.  
  1276.          . Added code to force a total decompression if
  1277.            "Compress/Decompress Only" is enabled.  This will
  1278.            prevent problems if all files are not extracted.
  1279.  
  1280.          . Corrected a problem where the .DSF file was not
  1281.            being deleted under various circumstances in the
  1282.            decompression module.
  1283.  
  1284.          . Corrected a potential problem where logging to a
  1285.            non-existent program or program parent directory
  1286.            was not calling the "Done" procedure.
  1287.  
  1288.          . Removed unnecessary ZipName pointer variable, and
  1289.            replaced with CompressedFileName pointer variable.
  1290.  
  1291.          . Corrected a problem where the .DSF (Decompression
  1292.            Signal File) was not being deleted if an error
  1293.            occurred during the CheckSpaceForDecompression
  1294.            procedure.  (This problem could manifest itself
  1295.            if the compressed file was corrupt.)
  1296.  
  1297.  
  1298. 11-26-93 ■ Version 1.11
  1299.  
  1300.          . Added error message if Selective Exclusion is enabled,
  1301.            but no file specifications have been entered.
  1302.  
  1303.          . Corrected problems where three delete routines were
  1304.            not marking the compressed file with normal attributes,
  1305.            generating a run-time error.  (Code 5, File Access
  1306.            Denied)  This error would occur when query mode was
  1307.            enabled, and the program was not re-compressed.
  1308.  
  1309.          . Updated random filename generator code in the DECOMP
  1310.            procedure to use the new method for generating
  1311.            random filename prefixes.
  1312.  
  1313.          . Added "Selective Exclusion" feature to complement
  1314.            Selective Extraction.  Selective Exclusion allows
  1315.            certain files or groups of files to be excluded
  1316.            from extraction.
  1317.  
  1318.          . Changed the prelog screen to display the number of
  1319.            Selective Extraction files (entries) and the number
  1320.            of simultaneous ZIPRPRO licenses.
  1321.  
  1322.  
  1323. 11-21-93 ■ Version 1.10
  1324.  
  1325.          . Changed the logic in the prelog screen to highlight
  1326.            Query Option if Selective Extraction is enabled, but
  1327.            the compression type is not ZIP.
  1328.  
  1329.          . Changed the countdown code on the prelog screen to
  1330.            count to 0.
  1331.  
  1332.          . Added code to mark the compressed file as ReadOnly
  1333.            during ZIPRPRO operations.  This should help to
  1334.            reduce the chances of accidently deleting the original
  1335.            compressed file during update mode (inconvenience) or
  1336.            during selective extraction (potential disaster).
  1337.  
  1338.          . Added code to mark all signal and temporary files
  1339.            ReadOnly, to prevent other processes from erasing them.
  1340.            Also added code to mark files as normal before attempting
  1341.            to delete them.
  1342.  
  1343.          . Corrected a problem where the atomic lock files were
  1344.            not being closed properly after creation.
  1345.  
  1346.          . Re-worked the token and temporary file creation and
  1347.            detection routines to use variable names and file
  1348.            extensions that fit their function.
  1349.  
  1350.          . Moved the code to generate a random filename prefix
  1351.            to a separate, common procedure, reducing the
  1352.            complexity of the routines that require these names.
  1353.  
  1354.          . Added error message codes to trap the condition if
  1355.            more than one users attempts to access a compressed
  1356.            file when Selective Extraction is turned on.
  1357.  
  1358.          . Fixed a problem where the .TK1 file was being created
  1359.            on programs that did not need to be decompressed, and
  1360.            the .TK1 file was not being deleted.
  1361.  
  1362.          . Moved .TK1 and .TK2 file detection and creation to a
  1363.            common area of the DecompressZipFile procedure.
  1364.  
  1365.          . Changed the signal file checking order to accomodate
  1366.            the new Selective Extraction .SXT file.
  1367.  
  1368.          . Fixed a problem where the Selective Extraction .SXT
  1369.            signal file was being created in error.  (A non-atomic
  1370.            file was being created.)
  1371.  
  1372.          . Added code to limit access to the compressed file if
  1373.            selective extraction is being used by any user.
  1374.  
  1375.          . Added error message code to trap the condition if
  1376.            Selective Extraction is turned on, but no files are
  1377.            entered for extraction.
  1378.  
  1379.          . Corrected a problem where the procedure to calculate
  1380.            the space required to decompress the compressed file
  1381.            was being executed when the compression type was NONE,
  1382.            and no compressed file existed.
  1383.  
  1384.          . Checked out a potential problem with PKUNZIP erroring
  1385.            out if files specified for extraction did not exist.
  1386.            It turns out that PKUNZIP simply ignores this type of
  1387.            error, eliminating the need to deal with it in ZIPRPRO.
  1388.  
  1389.          . Added code to disable Query mode if using Selective
  1390.            Extraction.  (This is necessary to insure the integrity
  1391.            of the original compressed file, and to prevent errors
  1392.            when attempting to decompress files a second time.)
  1393.  
  1394.          . Corrected problems in the CheckSpaceForDecompression
  1395.            procedure where an EXIT was being executed before the
  1396.            selective extraction container file was generated.
  1397.  
  1398.          . Revised the code in the CalculateExactFileSize routine
  1399.            to base its calculations on the list of files to be
  1400.            extracted, if Selective Extraction is enabled.
  1401.  
  1402.          . Added the more rigid compressed file type checking to
  1403.            the internal CalculateExactFileSize, DecompressZipFile,
  1404.            and CheckSpaceForDecompression procedures.
  1405.  
  1406.          . Eliminated the automatic detection of compressed file
  1407.            archive types.  Now, the type of compressed file must
  1408.            match the compression type specified in the .ZPD file.
  1409.            (If users wish to change compression types, they must
  1410.            use a compression type of "NONE" for one pass.  Then,
  1411.            the file may be re-compressed with the new compressor.)
  1412.  
  1413.          . Added fail-safe code to the prelog screen procedure
  1414.            that will show grayed-out check marks if any options
  1415.            have been disabled by ZIP'R Professional.
  1416.  
  1417.          . Updated prelog screen to show the status of the new
  1418.            "Selective Extraction" option.
  1419.  
  1420.          . Added support for "Selective Extraction" when using
  1421.            PKZIP/PKUNZIP.
  1422.  
  1423.  
  1424. 11-15-93 ■ Version 1.00
  1425.  
  1426.          . Initial release of ZIP'R Professional For DOS.
  1427.